summaryrefslogtreecommitdiffstats
path: root/src/video_core/control/channel_state_cache.cpp
blob: f72a97b2f53a94c651c85221a64f594c1db470ad (plain) (blame)
1
2
3
4
5
#include "video_core/control/channel_state_cache.inc"

namespace VideoCommon {
template class VideoCommon::ChannelSetupCaches<VideoCommon::ChannelInfo>;
}